crypto/tls.serverHelloMsg.ocspStapling (field)

7 uses

	crypto/tls (current package)
		handshake_client.go#L678: 		if !hs.serverHello.ocspStapling {
		handshake_client_tls13.go#L182: 	if hs.serverHello.ocspStapling ||
		handshake_messages.go#L726: 	ocspStapling                 bool
		handshake_messages.go#L748: 	if m.ocspStapling {
		handshake_messages.go#L909: 			m.ocspStapling = true
		handshake_server.go#L579: 		hs.hello.ocspStapling = true
		handshake_server.go#L604: 	if hs.hello.ocspStapling {